home *** CD-ROM | disk | FTP | other *** search
- if %1==b goto a
- if %1==c goto a
- if %1==d goto a
- if %1==e goto a
- goto error
- :a
- del b
- del c
- del d
- del e
- copy drive %1
- goto end
- :error
- REM HARD DISK DRIVE NOT SELECTED. DRIVE NAME MISSING.
- rem *******use lower case letters only for selhd command******
- goto n
- :end
- REM HARD DISK SELECTED TO BE DRIVE %1:
- :n
-